ftp server - Definition. Was ist ftp server
Diclib.com
Wörterbuch ChatGPT
Geben Sie ein Wort oder eine Phrase in einer beliebigen Sprache ein 👆
Sprache:

Übersetzung und Analyse von Wörtern durch künstliche Intelligenz ChatGPT

Auf dieser Seite erhalten Sie eine detaillierte Analyse eines Wortes oder einer Phrase mithilfe der besten heute verfügbaren Technologie der künstlichen Intelligenz:

  • wie das Wort verwendet wird
  • Häufigkeit der Nutzung
  • es wird häufiger in mündlicher oder schriftlicher Rede verwendet
  • Wortübersetzungsoptionen
  • Anwendungsbeispiele (mehrere Phrasen mit Übersetzung)
  • Etymologie

Was (wer) ist ftp server - definition

COMPUTER SOFTWARE SERVER THAT USES FTP FILE TRANSFER PROTOCOL
Ftp server

FTP server         
  • Illustration of starting a passive connection using port 21
<networking> A network server program or computer which responds to requests for files via FTP. A busy Internet archive site may have one or more computers dedicated to running FTP server software. These will typically have hostnames beginning with "ftp.", e.g. ftp.denet.dk. (1998-07-02)
FTP server         
  • Illustration of starting a passive connection using port 21
An FTP server is computer software consisting of one or more programs that can execute commands given by remote client(s) such as receiving, sending, deleting files, creating or removing directories, etc. The software may run as a software component of a program, as a standalone program or even as one or more processes (in the background).
List of FTP server return codes         
WIKIMEDIA LIST ARTICLE
List of all FTP server return codes; Ftp codes; List of FTP status codes
FTP server return codes always have three digits, and each digit has a special meaning.RFC 959 The first digit denotes whether the response is good, bad or incomplete:

Wikipedia

FTP server

An FTP server is computer software consisting of one or more programs that can execute commands given by remote client(s) such as receiving, sending, deleting files, creating or removing directories, etc. The software may run as a software component of a program, as a standalone program or even as one or more processes (in the background).

An FTP server plays the role of a server in a client–server model using the FTP and/or the FTPS and/or the SFTP network protocol(s).

An FTP server can also be intended as a computer that runs an FTP server program to host collections of files. Big FTP sites can be run by many computers in order to be able to serve the desired maximum number of clients connected to servers.

A client program connects to an FTP server, then, unless anonymous access is enabled, it has to authenticate itself by sending username and password; after that it can retrieve and/or send files to the server along with other operations (depending on user's privileges).